home *** CD-ROM | disk | FTP | other *** search
/ Wonky Flux Batch 2019 02 / Wonky_Flux_Batch_2019-02.zip / Wonky Flux Batch 2019-02 / 002 - AE ProDOS Time Utilities - Timemaster II H.O Version 3.5 Apple Pascal.dsk / INFO.TEXT.txt < prev    next >
Text File  |  2019-02-16  |  3KB  |  73 lines

  1.  
  2.                             TimeMaster II H.O.
  3.                         
  4.                  Copyright (C) 1986 by Applied Engineering
  5.         
  6.                                      
  7.                            Pascal Instructions
  8.                                      
  9.              
  10.              The programs that are provided on the disk will 
  11.         enable Pascal programs to access the TimeMaster II clock 
  12.         card.  All of main programs are already installed in a 
  13.         standard system library file ready for use.  These 
  14.         programs enable the programmer to retrieve a numerical
  15.         representation of all the clock's day and time
  16.         information or a pre-formatted string of the current
  17.         time and date.
  18.         
  19.              In order to allow the Pascal system to access these 
  20.         programs the current SYSTEM.LIBRARY file must be 
  21.         replaced on your system bootup disk.  The new 
  22.         SYSTEM.LIBRARY file contains all of the old Pascal units 
  23.         plus the TimeMaster II unit.  To replase the old 
  24.         SYSTEM.LIBRARY follow the steps below:
  25.         
  26.              1.  Enter the filer and remove the current
  27.                  SYSTEM.LIBRARY.
  28.         
  29.              2.  Transfer the corresponding LIBRARY file on the
  30.         TimeMaster II disk to your system bootup disk.  Use
  31.         LIBRARY1.1 for Pascal 1.1 and LIBRARY1.2 for Pascal 1.2.
  32.         
  33.              3.  Change the name of LIBRARY file to 
  34.                  SYSTEM.LIBARY.
  35.              
  36.              4.  Exit the filer.
  37.         
  38.         The installation is complete and the TimeMaster II 
  39.         Pascal routines are now ready to use.
  40.         
  41.              If the SYSTEM.LIBRARY you are currently using has 
  42.         been changed then the units must be installed into the 
  43.         current library using the program LIBRARY.  You will 
  44.         need to refer to the Pascal Operating System Manual for 
  45.         further information on how to do this.  Remember to 
  46.         check the segments used in the TimeMaster II units 
  47.         against the segments in your current library.  If there 
  48.         is a conflict then the TimeMaster II programs will need 
  49.         to be changed and recompiled to reside in different 
  50.         segments than the ones currently being used.
  51.         
  52.              There is an additional program that is provided
  53.         that will automatically set the Pascal system date at
  54.         bootup time.  This ensures that a file will be saved
  55.         with current date without the user having use the date
  56.         function in the filer.  To use this program the
  57.         TimeMaster II units will have to be already installed
  58.         into the SYSTEM.LIBRARY file.  Transfer the file
  59.         STARTUP.TEXT to your system bootup disk.  Edit the file
  60.         to use the correct poke for the system that you are
  61.         using.  Next compile the file into a code file.
  62.         Finally change the name of the code file to
  63.         SYSTEM.STARTUP.  Then, every time the Pascal system is
  64.         booted the system date will be updated.
  65.         
  66.              The source code and an example program are provided 
  67.         that will demostrate how to use the new TimeMaster II 
  68.         clock program.  If the current format for accessing the 
  69.         clock does not fit your needs, all of the information
  70.         needed to change it has been provided.
  71.         
  72.              
  73.